net/http.http2priorityWriteSchedulerRFC9218.streams (field)

9 uses

	net/http (current package)
		h2_bundle.go#L11869: 	streams map[uint32]http2streamMetadata
		h2_bundle.go#L11882: 		streams: make(map[uint32]http2streamMetadata),
		h2_bundle.go#L11888: 	if ws.streams[streamID].location != nil {
		h2_bundle.go#L11892: 	ws.streams[streamID] = http2streamMetadata{
		h2_bundle.go#L11913: 	metadata := ws.streams[streamID]
		h2_bundle.go#L11928: 	delete(ws.streams, streamID)
		h2_bundle.go#L11933: 	metadata := ws.streams[streamID]
		h2_bundle.go#L11967: 	ws.streams[streamID] = http2streamMetadata{
		h2_bundle.go#L11978: 	q := ws.streams[wr.StreamID()].location